type go.pact.im/x/process.startStopRunnable

3 uses

	go.pact.im/x/process (current package)
		task.go#L116: 	return &startStopRunnable{startInBackground, gracefulStop}
		task.go#L119: type startStopRunnable struct {
		task.go#L124: func (r *startStopRunnable) Run(ctx context.Context, callback Callback) error {